ARM: HYP/non-sec: add generic ARMv7 PSCI code
authorMarc Zyngier <[email protected]>
Sat, 12 Jul 2014 13:24:04 +0000 (14:24 +0100)
committerAlbert ARIBAUD <[email protected]>
Mon, 28 Jul 2014 15:19:18 +0000 (17:19 +0200)
commitecf07a7930e9e9558bff70698515279f5a2c40d4
tree8fc9acafe4f516e5801ff2695305e365dfc10299
parentf510aeae689925a660bff14683eef4147785d271
ARM: HYP/non-sec: add generic ARMv7 PSCI code

Implement core support for PSCI. As this is generic code, it doesn't
implement anything really useful (all the functions are returning
Not Implemented).

Signed-off-by: Marc Zyngier <[email protected]>
Acked-by: Ian Campbell <[email protected]>
arch/arm/cpu/armv7/Makefile
arch/arm/cpu/armv7/psci.S [new file with mode: 0644]
arch/arm/include/asm/psci.h [new file with mode: 0644]